Add NULL argument to XGetIMValues to properly terminate variable argument
authorHidetoshi Tajima <tajima@eng.sun.com>
Fri, 1 Dec 2000 04:40:45 +0000 (04:40 +0000)
committerHidetoshi Tajima <tajima@src.gnome.org>
Fri, 1 Dec 2000 04:40:45 +0000 (04:40 +0000)
2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>

* modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
XGetIMValues to properly terminate variable argument list, and do
NULL return check for ic_values and xim_styles.

* modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
Restore preedit state after XmbResetIC().

* modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
XvaCreateNestedList() should take XvaNestedList, but not
XvaNestedList*.

* modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
preedit_draw_callback, preedit_caret_callback): Match
"preedit-changed" signal name to "preedit_changed" to be
consistent to the spec.

* gtk/gtkimcontextsimple.c (check_table):
Match "preedit-changed" to "preedit_changed" to be consistent
to the spec.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8

index 16a0cc3094073c587b7845e9417d51b9f93169ff..ace9d6656e40efc63f019a0201b5a0caad34d850 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
+
+       * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
+       XGetIMValues to properly terminate variable argument list, and do
+       NULL return check for ic_values and xim_styles.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
+       Restore preedit state after XmbResetIC().
+       
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
+       XvaCreateNestedList() should take XvaNestedList, but not
+       XvaNestedList*.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
+       preedit_draw_callback, preedit_caret_callback): Match
+       "preedit-changed" signal name to "preedit_changed" to be
+       consistent to the spec.
+
+       * gtk/gtkimcontextsimple.c (check_table):
+       Match "preedit-changed" to "preedit_changed" to be consistent
+       to the spec.
+
 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
index 16a0cc3094073c587b7845e9417d51b9f93169ff..ace9d6656e40efc63f019a0201b5a0caad34d850 100644 (file)
@@ -1,3 +1,25 @@
+2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
+
+       * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
+       XGetIMValues to properly terminate variable argument list, and do
+       NULL return check for ic_values and xim_styles.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
+       Restore preedit state after XmbResetIC().
+       
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
+       XvaCreateNestedList() should take XvaNestedList, but not
+       XvaNestedList*.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
+       preedit_draw_callback, preedit_caret_callback): Match
+       "preedit-changed" signal name to "preedit_changed" to be
+       consistent to the spec.
+
+       * gtk/gtkimcontextsimple.c (check_table):
+       Match "preedit-changed" to "preedit_changed" to be consistent
+       to the spec.
+
 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
index 16a0cc3094073c587b7845e9417d51b9f93169ff..ace9d6656e40efc63f019a0201b5a0caad34d850 100644 (file)
@@ -1,3 +1,25 @@
+2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
+
+       * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
+       XGetIMValues to properly terminate variable argument list, and do
+       NULL return check for ic_values and xim_styles.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
+       Restore preedit state after XmbResetIC().
+       
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
+       XvaCreateNestedList() should take XvaNestedList, but not
+       XvaNestedList*.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
+       preedit_draw_callback, preedit_caret_callback): Match
+       "preedit-changed" signal name to "preedit_changed" to be
+       consistent to the spec.
+
+       * gtk/gtkimcontextsimple.c (check_table):
+       Match "preedit-changed" to "preedit_changed" to be consistent
+       to the spec.
+
 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
index 16a0cc3094073c587b7845e9417d51b9f93169ff..ace9d6656e40efc63f019a0201b5a0caad34d850 100644 (file)
@@ -1,3 +1,25 @@
+2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
+
+       * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
+       XGetIMValues to properly terminate variable argument list, and do
+       NULL return check for ic_values and xim_styles.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
+       Restore preedit state after XmbResetIC().
+       
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
+       XvaCreateNestedList() should take XvaNestedList, but not
+       XvaNestedList*.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
+       preedit_draw_callback, preedit_caret_callback): Match
+       "preedit-changed" signal name to "preedit_changed" to be
+       consistent to the spec.
+
+       * gtk/gtkimcontextsimple.c (check_table):
+       Match "preedit-changed" to "preedit_changed" to be consistent
+       to the spec.
+
 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
index 16a0cc3094073c587b7845e9417d51b9f93169ff..ace9d6656e40efc63f019a0201b5a0caad34d850 100644 (file)
@@ -1,3 +1,25 @@
+2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
+
+       * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
+       XGetIMValues to properly terminate variable argument list, and do
+       NULL return check for ic_values and xim_styles.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
+       Restore preedit state after XmbResetIC().
+       
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
+       XvaCreateNestedList() should take XvaNestedList, but not
+       XvaNestedList*.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
+       preedit_draw_callback, preedit_caret_callback): Match
+       "preedit-changed" signal name to "preedit_changed" to be
+       consistent to the spec.
+
+       * gtk/gtkimcontextsimple.c (check_table):
+       Match "preedit-changed" to "preedit_changed" to be consistent
+       to the spec.
+
 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
index 16a0cc3094073c587b7845e9417d51b9f93169ff..ace9d6656e40efc63f019a0201b5a0caad34d850 100644 (file)
@@ -1,3 +1,25 @@
+2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
+
+       * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
+       XGetIMValues to properly terminate variable argument list, and do
+       NULL return check for ic_values and xim_styles.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
+       Restore preedit state after XmbResetIC().
+       
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
+       XvaCreateNestedList() should take XvaNestedList, but not
+       XvaNestedList*.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
+       preedit_draw_callback, preedit_caret_callback): Match
+       "preedit-changed" signal name to "preedit_changed" to be
+       consistent to the spec.
+
+       * gtk/gtkimcontextsimple.c (check_table):
+       Match "preedit-changed" to "preedit_changed" to be consistent
+       to the spec.
+
 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
index 16a0cc3094073c587b7845e9417d51b9f93169ff..ace9d6656e40efc63f019a0201b5a0caad34d850 100644 (file)
@@ -1,3 +1,25 @@
+2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
+
+       * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
+       XGetIMValues to properly terminate variable argument list, and do
+       NULL return check for ic_values and xim_styles.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
+       Restore preedit state after XmbResetIC().
+       
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
+       XvaCreateNestedList() should take XvaNestedList, but not
+       XvaNestedList*.
+
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
+       preedit_draw_callback, preedit_caret_callback): Match
+       "preedit-changed" signal name to "preedit_changed" to be
+       consistent to the spec.
+
+       * gtk/gtkimcontextsimple.c (check_table):
+       Match "preedit-changed" to "preedit_changed" to be consistent
+       to the spec.
+
 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle